logit

Kimi.Huang 5 years ago
parent
commit
be0c645569
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/distributor_views.py

+ 1 - 0
api/distributor_views.py

@@ -124,6 +124,7 @@ def distributor_list(request):
124 124
     })
125 125
 
126 126
 
127
+@logit
127 128
 def distributor_all(request):
128 129
     brand_id = request.POST.get('brand_id', settings.KODO_DEFAULT_BRAND_ID)
129 130